| lcPlugSetOption | Home |
|
BOOL lcPlugSetOption ( LPCWSTR szFileName, LPCWSTR szOptName, LPCWSTR szOptValue, BOOL bSave ); |
| szFileName | |
| Plugin's filename, without path and extention. | |
| szOptName | |
| Option name. | |
| szOptValue | |
| Option value. | |
| bSave | |
| If TRUE, then the plugin configuration file will be overwritten just after setting the option. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| lcPlugGetOption |